mergAVCamImageSaved
Type
message
Summary
Sent to the control that called mergAVCaptureImage
Syntax
mergAVCamImageSaved <pFilePath>
Description
Sent to the control that called mergAVCaptureImage
Parameters
Name | Type | Description |
---|---|---|
pFilePath | the file path the image was saved to as JPEG. |
Examples
on mouseUp
mergAVCamCaptureImage false,0.8,the documents folder&"/photo.jpg",(100,100)
end mouseUp
on mergAVCamImageCaptured pImage
put pImage into image "thumbnail"
end mergAVCamImageCaptured
on mergAVCamImageSaved pFilePath
set the filename of image "full size" to pFilePath
end mergAVCamImageSaved
Compatibility and Support
Introduced
LiveCode 8.0
OS
ios
mac
Platforms
desktop
mobile